-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat): yard/multisite-url-fixer #1
Conversation
{ | ||
add_filter('option_home', [$this, 'fixHomeURL']); | ||
add_filter('option_siteurl', [$this, 'fixSiteURL']); | ||
add_filter('network_site_url', [$this, 'fixNetworkSiteURL'], 10, 3); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je zou dit nog kunnen aanpassen naar de first class callable syntax, schijnt ook sneller te zijn.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alleen verhoog je daarmee de minimale php versie naar 8.1. Voor nu laat ik het zo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waar draaien we dan 8.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je verwijst naar php 7.4, draaien er bedrock sites van ons op 7.4 dan?
Forked from https://github.com/roots/multisite-url-fixer because it is no longer being maintained.